type google.golang.org/grpc/mem.simpleBufferPool

5 uses

	google.golang.org/grpc/mem (current package)
		buffer_pool.go#L84: 	fallbackPool simpleBufferPool
		buffer_pool.go#L150: var _ BufferPool = (*simpleBufferPool)(nil)
		buffer_pool.go#L156: type simpleBufferPool struct {
		buffer_pool.go#L160: func (p *simpleBufferPool) Get(size int) *[]byte {
		buffer_pool.go#L177: func (p *simpleBufferPool) Put(buf *[]byte) {